Click or drag to resize

ConversationActionType Enumeration

Indicates which action will be performed on a conversation.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum ConversationActionType
Members
  Member nameValueDescription
AlwaysCategorize0 The current items and new items in the conversation will automatically be set with the categories identified in the Categories element.
AlwaysDelete1 The current items and new items in the conversation will automatically be deleted. The deletion mode is set by the DeleteType element.
AlwaysMove2 The current items and new items in the conversation will automatically be moved to the folder identified by the DestinationFolderId element.
Delete3 The current items in the conversation will be deleted. Subsequent items in the conversation will not be deleted. The deletion mode is set by the DeleteType element.
Move4 The current items in the conversation will be moved to the folder identified by the DestinationFolderId element. Subsequent items in the conversation will not be moved.
Copy5 The current items in the conversation will be copied to the folder identified by the DestinationFolderId element. Subsequent items in the conversation will not be copied.
SetReadState6 The current items in the conversation will have their read state set. The read state is set by the IsRead element.
See Also